	// INITIAL STAGE OF INSTALLATION
	/////////////////////////////////////////////////////////////////////
	STEP 1:	Create a PhpMyAdmin database account in your server panel.
	STEP 2:	Import "multi_mining.sql" to your database.
	STEP 3: Goto your website directory.
	STEP 4: Upload file "upload.zip" then extract.

	// GET YOUR WEBSITE UP AND RUNNING
	/////////////////////////////////////////////////////////////////////
	STEP 1: On your web directory, goto "/em-app/" folder.
	STEP 2: Find "sets.php" file and open / edit.
	------
	STEP 3: On line 8 change:
		define('APP_URL', 'http://localhost/em-app/');
		to
		define('APP_URL', 'https://YOURDOMAIN.COM/em-app/');
	------
	STEP 4: On line 9 change:
		define('APP_SITE', 'http://localhost/');
		to 
		define('APP_SITE', 'https://YOURDOMAIN.COM/');
	------
	STEP 5: On line 16 change:
		define('DB_APS_NAME', 'em_mining');
		to
		define('DB_APS_NAME', 'YOUR_DATABASE_NAME');
	------
	STEP 6: On line 17 change:
		define('DB_APS_USER', 'root');
		to
		define('DB_APS_USER', 'YOUR_DATABASE_USER');
	------
	STEP 7: On line 17 change:
		define('DB_APS_PASS', '');
		to
		define('DB_APS_PASS', 'YOUR_DATABASE_PASSWORD');
	------
	STEP 8:	Done and open your website.

	// LOGIN AS ADMIN DETAILS
	/////////////////////////////////////////////////////////////////////
	Email Address	: admin@local.host
	Password	: admin123
	*Change your email (on admin panel) and password (on user setting) for security
